github.com/andybalholm/brotli.contextBlockSplitter.curr_histogram_ix_ (field)
12 uses
github.com/andybalholm/brotli (current package)
metablock.go#L285: curr_histogram_ix_ uint
metablock.go#L306: self.curr_histogram_ix_ = 0
metablock.go#L360: self.curr_histogram_ix_ += num_contexts
metablock.go#L361: if self.curr_histogram_ix_ < *self.histograms_size_ {
metablock.go#L362: clearHistogramsLiteral(self.histograms_[self.curr_histogram_ix_:], self.num_contexts_)
metablock.go#L378: var curr_histo_ix uint = self.curr_histogram_ix_ + i
metablock.go#L405: self.curr_histogram_ix_ += num_contexts
metablock.go#L406: if self.curr_histogram_ix_ < *self.histograms_size_ {
metablock.go#L407: clearHistogramsLiteral(self.histograms_[self.curr_histogram_ix_:], self.num_contexts_)
metablock.go#L425: histogramClearLiteral(&histograms[self.curr_histogram_ix_+i])
metablock.go#L443: histogramClearLiteral(&histograms[self.curr_histogram_ix_+i])
metablock.go#L465: histogramAddLiteral(&self.histograms_[self.curr_histogram_ix_+context], symbol)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |